-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Created Docs for the LLMs #3188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
✅ Deploy Preview for n8n-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Updated Request, divided files from the folders, because initial merge was 1M Token, which is too much for the llms. |
|
@WhiteTorn thank you for this. I've added it to an internal issue where we're looking at a few ways to make the docs more AI integrated. Do you have any thoughts on the pros and cons of this approach versus providing an MCP? We already use Kapa for our AI search, so we're evaluating Build an MCP Server with kapa.ai as one approach. I should note this work is in its early days, so may be a while before this gets resolved. |
|
I think docs would be better to evaluate and use locally, MCP may have some bugs, but it would be great to have both options |
|
@WhiteTorn We have added the ability to install n8n docs search directly into LLM-based workflows #3982. So I'm closing this PR. |
Created Script which is getting the whole docs as .md files and merges them into single file for use of LLMs. also merged all the examples into the single .json file to give LLMs knowledge how to create workflows for the n8n.
I know script and structure is little bit messy, but you can use it for future and let the developers download the whole docs as single file in single click.